Adwaita: shade content-view
authorJakub Steiner <jimmac@gmail.com>
Wed, 28 Jan 2015 17:22:59 +0000 (18:22 +0100)
committerJakub Steiner <jimmac@gmail.com>
Wed, 28 Jan 2015 17:35:52 +0000 (18:35 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=740336

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 44596e27f4dd5e7f622acf8bbf0b4da24ad939ba..3e74a5be165aed2398269176bf479549a8373b66 100644 (file)
@@ -2189,6 +2189,13 @@ $asset_suffix: if($variant=='dark', '-dark', '');
   &:selected, &:hover { icon-shadow: none; }
 }
 
+//content view (grid/list)
+
+.content-view {
+  background-color: darken($bg_color,7%);
+  &:backdrop { background-color: darken($bg_color,7%); }
+}
+
 //selection-mode
 @each $s,$as in ('','-selectionmode'),
                   (':hover', '-hover-selectionmode'),
index 455cf80d9f59b5be67eb114a15e34de4d3ed6515..fd94c6a3a86f4747b77fbdb69c4b2224aca0bc04 100644 (file)
@@ -2903,6 +2903,11 @@ GtkSwitch {
   .list-row .check:hover, list-row .radio:selected, list-row .radio:hover {
     icon-shadow: none; }
 
+.content-view {
+  background-color: #282c2c; }
+  .content-view:backdrop {
+    background-color: #282c2c; }
+
 .view.content-view.check {
   icon-shadow: none;
   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
index ce7c34fb0b55914b030a318bd00ab1f696f2fb67..597cef652fa23b2d88740b044c332409aa91bf30 100644 (file)
@@ -3065,6 +3065,11 @@ GtkSwitch {
   .list-row .check:hover, list-row .radio:selected, list-row .radio:hover {
     icon-shadow: none; }
 
+.content-view {
+  background-color: #dbdbdb; }
+  .content-view:backdrop {
+    background-color: #dbdbdb; }
+
 .view.content-view.check {
   icon-shadow: none;
   -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));